projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f6c07
)
; * lisp/textmodes/flyspell.el (flyspell-mode-on): Fix typo.
author
Stefan Kangas
<stefankangas@gmail.com>
Thu, 27 Aug 2020 04:57:52 +0000
(06:57 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Thu, 27 Aug 2020 04:58:53 +0000
(06:58 +0200)
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index 0af8ba872db7ebbc1c5b223864a98acb9a1da743..78a74de4e83f4543aecbec1bd76daaf4d77af42a 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-650,7
+650,7
@@
in your init file.
nil 'non-ascii))
(mouse-button (if flyspell-use-mouse-3-for-menu
"Mouse-3" "Mouse-2")))
- (message "Welcome to Flyspell. Use %s to correct words"
+ (message "Welcome to Flyspell. Use %s to correct words
.
"
(if binding
(format "%s or %s" (key-description binding) mouse-button)
(format "%s" mouse-button))))))